From b9316da4b08b1452fb0962ad2d7fb9c867d0c778 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Mon, 2 Apr 2012 17:43:06 +0100 Subject: [PATCH] docs: Document vcpu-pinning in guest config file Chageset 54000bca7a6a didn't affect xl.cfg.pod.5 properly. Signed-off-by: Dario Faggioli Committed-by: Ian Jackson --- docs/man/xl.cfg.pod.5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index b53887cb32..9c54bc720c 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -105,6 +105,13 @@ Allow the guest to bring up a maximum of M vcpus. At start of day if `vcpus=N` is less than `maxvcpus=M` then the first `N` vcpus will be created online and the remainder will be offline. +=item B + +List of which cpus the guest is allowed to use. Default behavior is +`all cpus`. A list of cpus may be specified as follows: `cpus="0-3,5,^1"` +(all vcpus will run on cpus 0,2,3,5), or `cpus=["2", "3"]` (all vcpus +will run on cpus 2 and 3). + =item B Start the guest with MBYTES megabytes of RAM. -- 2.30.2